From 90e34b67757f70357c78bc8b536ec0cac03083ce Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 6 Mar 2006 23:50:30 +0100 Subject: [PATCH] SVM patch to add missing svm_asid() call into 64bit exits.S vmexit loop. Signed-off-by: Tom Woller --- xen/arch/x86/hvm/svm/x86_64/exits.S | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/x86/hvm/svm/x86_64/exits.S b/xen/arch/x86/hvm/svm/x86_64/exits.S index 90cafc0e49..8396ffa5c7 100644 --- a/xen/arch/x86/hvm/svm/x86_64/exits.S +++ b/xen/arch/x86/hvm/svm/x86_64/exits.S @@ -157,6 +157,7 @@ svm_test_all_events: jnz svm_process_softirqs svm_restore_all_guest: call svm_intr_assist + call svm_asid call svm_load_cr2 sti /* -- 2.30.2